From 971b02507e29fa75c276566244b0c820c447d6f2 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 24 Mar 2005 21:51:46 +0000 Subject: [PATCH] bitkeeper revision 1.1159.272.11 (42433672q27Zpx5yJpmpyepHVywt3Q) Only include files of the TARGET_ARCH arch in TAGS file. Signed-off-by: Christian Limpach --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index 7593e017fa..0455b26807 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -105,7 +105,7 @@ include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s .PHONY: default debug install dist clean delete-unfresh-files TAGS -SUBDIRS = arch common drivers +SUBDIRS = arch/$(TARGET_ARCH) common drivers TAGS: ( find include/asm-$(TARGET_ARCH) -name '*.h'; \ find include -type d \( -name "asm-*" -o -name config \) -prune -o \ -- 2.30.2